Skip to content

docs: Add Qwen OAuth authentication documentation#801

Closed
kyeo-hub wants to merge 1 commit intosipeed:mainfrom
kyeo-hub:qwen-oauth-feature
Closed

docs: Add Qwen OAuth authentication documentation#801
kyeo-hub wants to merge 1 commit intosipeed:mainfrom
kyeo-hub:qwen-oauth-feature

Conversation

@kyeo-hub
Copy link

Summary

This PR adds comprehensive documentation for Qwen OAuth authentication.

Changes

  • Updated provider table in README.md and README.zh.md
  • Added Qwen OAuth (qwen-oauth/) to the supported providers list
  • Documented two authentication methods:
    1. OAuth QR scan login (personal use, no API key needed)
    2. API Key via DashScope (enterprise/production use)
  • Included configuration examples for both methods
  • Listed available OAuth models: coder-model, vision-model

Related

  • Builds on top of the Qwen OAuth feature
  • Retains backward compatibility with existing Qwen API Key mode

@xiaket
Copy link
Collaborator

xiaket commented Feb 26, 2026

Please rebase. Thanks!

func generateRequestID() string {
b := make([]byte, 16)
_, _ = rand.Read(b)
return fmt.Sprintf("%x-%x-%x-%x-%x", b[0:4], b[4:6], b[6:8], b[8:10], b[10:])
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why don't you use google/uuid for this?

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sorry,AI writing this code.I just verify that.
I will let it use google/uuid.❤️

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants